Key
            class KeyValueBasedVersionsRepoProxy<T>(keyValueStore: StandardKeyValueRepo<String, Int>, database: T) : StandardVersionsRepoProxy<T> 
Content copied to clipboard
Functions
Link copied to clipboard
                        Link copied to clipboard
                        open suspend override fun updateTableVersion(tableName: String, version: Int)
Content copied to clipboard